ci: Generate valid HTML for the report
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 13 Apr 2019 13:28:53 +0000 (14:28 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 13 Apr 2019 13:28:53 +0000 (14:28 +0100)
Fix a typo in the closing <ul>, and add a missing closing <div>.

.gitlab-ci/meson-html-report.py

index a5d1d8240908c6c55b9ff9c49ead211ca456cb9a..dd750a775b1263280d4cd3106d0e1dad5ee8b6f6 100755 (executable)
@@ -36,7 +36,7 @@ REPORT_TEMPLATE = '''
           <li><strong>Total units:</strong> {{ report.total_units }}</li>
           <li><strong>Passed:</strong> {{ report.total_successes }}</li>
           <li><strong>Failed:</strong> {{ report.total_failures }}</li>
-        </u>
+        </ul>
       </div>
     </section>
 
@@ -63,6 +63,7 @@ REPORT_TEMPLATE = '''
         </div>
             {% endif %}
         {% endfor %}
+      </div>
     </section>
     {% endfor %}